home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_15.xul < prev    next >
Extensible Markup Language  |  2007-06-07  |  1KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE window [
  4.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >
  5.     %febeDTD;
  6.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >
  7.     %febeHelpDTD;
  8. ]>
  9. <dialog title="&febe.help.caption;"
  10.                 xmlns:html="http://www.w3.org/1999/xhtml"
  11.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.                 onload="sizeToContent();"
  13.                 maxwidth="400"
  14.                 buttons="cancel"
  15.                 buttonlabelcancel="&febe.close;">
  16.     
  17.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  18.     
  19.     <stringbundleset id="stringbundleset"> 
  20.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  21.     </stringbundleset>
  22.  
  23.     <groupbox class="box-inset">
  24.         <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  25.         <hbox>
  26.             <description value="&febe.dispresultspage;" style="font-weight: bold;"/>
  27.         </hbox>
  28.     </groupbox>
  29.  
  30.     <groupbox flex="1" class="box-inset">
  31.         <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  32.          <description flex="1">
  33.              &febe.help_15.text1;
  34.              &febe.help_15.text2;
  35.          </description>
  36.     </groupbox>
  37.  
  38. </dialog>
  39.